crypto/tls.SessionState.verifiedChains (field)
12 uses
crypto/tls (current package)
handshake_client.go#L436: if len(session.verifiedChains) == 0 {
handshake_client.go#L923: c.verifiedChains = hs.session.verifiedChains
handshake_client_tls13.go#L475: c.verifiedChains = hs.session.verifiedChains
handshake_server.go#L493: len(sessionState.verifiedChains) == 0 {
handshake_server.go#L510: c.verifiedChains = sessionState.verifiedChains
handshake_server_tls13.go#L376: len(sessionState.verifiedChains) == 0 {
handshake_server_tls13.go#L423: c.verifiedChains = sessionState.verifiedChains
ticket.go#L93: verifiedChains [][]*x509.Certificate
ticket.go#L144: for _, chain := range s.verifiedChains {
ticket.go#L260: ss.verifiedChains = append(ss.verifiedChains, chain)
ticket.go#L305: verifiedChains: c.verifiedChains,
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |